home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / MosaicSRC / src / image_amosaic.h < prev    next >
Encoding:
Text File  |  2002-03-13  |  1.9 KB  |  41 lines

  1. const ULONG AMosaic_colors[24] =
  2. {
  3.     0x9b9b9b9b,0x9b9b9b9b,0x9b9b9b9b,
  4.     0xffffffff,0x00000000,0x00000000,
  5.     0xffffffff,0x66666666,0x00000000,
  6.     0xffffffff,0xcccccccc,0x00000000,
  7.     0x00000000,0xffffffff,0x00000000,
  8.     0x00000000,0x00000000,0xffffffff,
  9.     0x00000000,0x00000000,0x00000000,
  10.     0x00000000,0x9a9a9a9a,0x99999999,
  11. };
  12.  
  13. #define AMOSAIC_WIDTH        24
  14. #define AMOSAIC_HEIGHT       22
  15. #define AMOSAIC_DEPTH         3
  16. #define AMOSAIC_COMPRESSION   0
  17. #define AMOSAIC_MASKING       2
  18.  
  19. const struct BitMapHeader AMosaic_header =
  20. { 24,22,0,0,3,2,0,0,0,22,22,656,400 };
  21.  
  22. const UBYTE AMosaic_body[264] = {
  23. 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x00,0x00,0x66,0x00,0x00,0x00,0x26,0x00,
  24. 0x00,0x00,0xff,0x00,0x00,0x00,0x9f,0x00,0x00,0x00,0x26,0x00,0x00,0x00,0xfd,
  25. 0x00,0x00,0x00,0x9f,0x00,0x00,0x00,0x5f,0x00,0x00,0x01,0xfa,0x80,0x00,0x01,
  26. 0x0f,0x80,0x00,0x00,0x3f,0x00,0x00,0x01,0xfc,0x80,0x00,0x01,0x0f,0x80,0x00,
  27. 0x01,0x5f,0x80,0x00,0x02,0xfe,0x40,0x00,0x02,0x0f,0xc0,0x00,0x00,0x2f,0x80,
  28. 0x00,0x03,0xfd,0x40,0x00,0x02,0x0f,0xc0,0x00,0x00,0x7f,0x80,0x00,0x03,0xfe,
  29. 0xc0,0x00,0x02,0x07,0xc0,0x00,0x00,0x5f,0xc0,0x00,0x07,0xfd,0x20,0x00,0x04,
  30. 0x07,0xe0,0x00,0x00,0x0d,0xc0,0x00,0x07,0xfe,0x20,0x00,0x04,0x63,0xe0,0x00,
  31. 0x04,0x1d,0xe0,0x00,0x0b,0xff,0x10,0x00,0x08,0x63,0xf0,0x00,0x02,0x6e,0xe0,
  32. 0x00,0x0d,0xff,0x10,0x00,0x08,0xf1,0xf0,0x00,0x0c,0x6e,0xf0,0x00,0x13,0xff,
  33. 0x88,0x00,0x10,0xf1,0xf8,0x00,0x0a,0xe7,0x70,0x00,0x15,0xff,0x88,0x00,0x11,
  34. 0xc8,0xf8,0x00,0x0c,0x0f,0x70,0x00,0x13,0xff,0x88,0x00,0x10,0xf0,0xf8,0x00,
  35. 0x19,0x7f,0xf8,0x00,0x27,0xff,0x84,0x00,0x21,0x00,0x7c,0x00,0x1c,0x67,0xb8,
  36. 0x00,0x23,0xff,0xc4,0x00,0x20,0x38,0x7c,0x00,0x38,0x43,0xbc,0x00,0x47,0xe7,
  37. 0xc2,0x00,0x40,0x64,0x7e,0x00,0x3c,0x41,0xdc,0x00,0x43,0x63,0xe2,0x00,0x40,
  38. 0xe2,0x3e,0x00,0x78,0x01,0xde,0x00,0x84,0x43,0xe1,0x00,0x83,0xc2,0x3f,0x00,
  39. 0x78,0x80,0xee,0x00,0x84,0xc1,0xf1,0x00,0x87,0xc1,0x1f,0x00,0x00,0x00,0x00,
  40. 0x00,0xff,0x80,0xff,0x00,0xff,0x80,0xff,0x00, };
  41.